Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.favorites.uiTypes--types

This contribution is part of XML component org.nuxeo.ecm.favorites.uiTypes inside nuxeo-platform-collections-core-9.10.jar /OSGI-INF/favorites-ui-types-contrib.xml

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="Favorites">
          <label>Favorites</label>
          <description/>
          <default-view>view_documents</default-view>
          <icon>/icons/pin.png</icon>
          <bigIcon>/icons/pin_100.png</bigIcon>
          <description>Folder.description</description>
          <default-view>view_documents</default-view>
          <layouts mode="any">
            <layout>heading</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
          <contentViews category="collectionContent">
            <contentView showInExportView="false">collection_content_contentview</contentView>
          </contentViews>
        </type>

    Folder.description

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">

    <type id="Favorites">
      <label>Favorites</label>
      <description/>
      <default-view>view_documents</default-view>
      <icon>/icons/pin.png</icon>
      <bigIcon>/icons/pin_100.png</bigIcon>
      <description>Folder.description</description>
      <default-view>view_documents</default-view>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
      <contentViews category="collectionContent">
        <contentView showInExportView="false">collection_content_contentview</contentView>
      </contentViews>
    </type>

  </extension>